﻿@charset "utf-8";
/*reset*/

/* CSS reset for c_b */
body , div , dl , dt , dd , ul , ol , li , h1 , h2 , h3 , h4 , h5 , h6 , pre , form , fieldset , input , textarea , p , blockquote , th , td {margin:0; padding:0;}
/* body{
   -moz-user-select: none; /*火狐*/
   -webkit-user-select: none;  /*webkit浏览器*/
   -ms-user-select: none;   /*IE10*/
   -khtml-user-select: none; /*早期浏览器*/
   user-select: none;
}
 */
table {border-collapse:collapse; border-spacing:0;}
table th , table td {padding:5px;}
fieldset , img {border:0;}
address , caption , cite , code , dfn , em  , th , var {font-style:normal; font-weight:normal;}
ol , ul {list-style:none;}
ception , th{text-align:left;}
q:before , q:after{content:'';}
abbr , acronym{border:0;}
a {color:#666; text-decoration:none;}  /*for ie f6n.net*/
a:focus{outline:none;} /*for ff f6n.net*/
a:hover {text-decoration:underline;}

/*定位*/
.tl {text-align:left;}
.tc {text-align:center;}
.tr {text-align:right;}
.bc {margin-left:auto; margin-right:auto;}
.fl {float:left; display:inline;}
.fr {float:right; display:inline;}
.zoom {zoom:1}
.hidden {visibility:hidden;}
.vam {vertical-align:middle;}
.clear{clear:both; height:0; line-height:0; font-size:0;}
p{ word-spacing:-1.5px;}

-moz-box-sizing:content-box;
-webkit-box-sizing:content-box;
box-sizing:content-box;

/*其他*/
.cur{cursor:pointer};

/*原reset*/
sup{vertical-align:baseline;}
sub{vertical-align:baseline;} 
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}
input,button,textarea,select{*font-size:100%;}
input,select{vertical-align:middle;}
body{font:12px/1.231 arial,helvetica,clean,sans-serif;}
select,input,button,textarea,button{font:99% arial,helvetica,clean,sans-serif;}
table{font-size:inherit;font:100%; border-collapse:collapse;}
pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}
/*title*/
h1 { font-size:32px;}
h2 { font-size:26px;}
h3 { font-size:20px;}
h4 { font-size:14px;}
h5 { font-size:12px;}
h6 { font-size:10px;}

/*清除浮动*/
.clearfix:after{ 
    content: '';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.clearfix{ /*兼容 IE*/
    zoom: 1;
}






#roll_top,#fall,#ct{position:relative;cursor:pointer;height:52px;width:52px}
#roll_top{background:url(top.gif) no-repeat}
#fall{background:url(top.gif) no-repeat 0 -80px}
#ct{background:url(top.gif) no-repeat 0 -40px}
#roll{display:block;width:15px;margin-right:-558px;position:fixed;right:46%;top:80%;_margin-right:-558px;_position:absolute;_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight*0.8)); z-index:100;}


/*end reset*/



/* CSS Document */
body{background-color:#fff; overflow-x:hidden; color:#666; font-size:12px; font-family: "微软雅黑"; position:relative;min-width:1100px;width:100%;}/*网站字体颜色*/
.header , .content , .footer , .container{margin-left:auto; margin-right:auto; width:1100px;}

/* header */
.header{width: 100%;}
.headerTop{width: 100%;height: 35px;line-height: 35px;background: #f8f8f8;}
.headerTop p{font-size: 13px;height: 35px;line-height: 35px;color: #333333;float: left;}
.headerTop ul{float: right;}
.headerTop li{float: left;height: 35px;line-height: 35px;}
.headerTop li a{font-size: 13px;color: #333333;padding: 0 8px 0 15px;background: url(header_xian.png) no-repeat left center;}
.headerTop li:first-child a{padding-left: 0;background-image: none;}

.headerCenter{width: 100%;height: 144px;background: #fff;}
.headerCenter .box{float: left;}
.headerCenter h1{float: left;width: 152px;height:86px;margin-top:26px;margin-left: 6px;}
.headerCenter .Part{float: left;margin-left: 28px;width: 430px;margin-top: 32px;padding-left: 20px;border-left: 1px dotted #dfdfdf;height: 70px;padding-top: 8px;}
.headerCenter .Part h2{font-size: 24px;color: #fc6b00;}
.headerCenter .Part p{font-size: 18px;color: #333333;margin-top: 6px;}

.headerCenter .Part p span{font-size: 14px;color: #666666;display: block;}
.headerCenter .Part p em{font-size: 26px;color: #fc6b00;font-family: arial;display: block;}


.headerCenter .phone{margin-top: 33px;padding-right: 42px;background: url(header_phone.png) no-repeat right center;text-align: right;float: right;}
.headerCenter .phone span{font-size: 14px;color: #666666;display: block;}
.headerCenter .phone em{font-size: 26px;color: #fc6b00;font-family: arial;display: block;}
.headerCenter .phone em span{font-size: 20px;color: #fc6b00;font-family: arial;display: block;}

.headerNav{height: 64px;border-top: 1px solid #dfdfdf;border-bottom: 1px solid #dfdfdf;background: #f8f8f8;}
.headerNav ul{width: 100%;}
.headerNav li{float: left;font-size: 15px;height: 64px;position: relative;border: 1px solid #dfdfdf;font-weight: bold;border-left: none;border-top: none;border-bottom: none;}
.headerNav li:first-child{border-left: 1px solid #dfdfdf;}
.headerNav li>a{color: #333333;text-decoration: none;height:64px;line-height: 64px;display: block;position: relative;}
.headerNav li>a>i{display: none;width: 100%;height: 3px;background: #fc6b00;position: absolute;top: -1px;left: 0;}
.headerNav li.cur>a{color: #fc6b00;}
.headerNav li:hover>a{color: #fc6b00;}
.headerNav li.cur>a>i{display: block;}
.headerNav li:hover>a>i{display: block;}
.headerNav li .xial{position: absolute;top: 64px;left: -1px;width: 157px;border-bottom: 4px solid #fc6b00;border-radius: 0 0 4px 4px;z-index: 99;display: none;}
.headerNav li .xial a{display: block;height: 54px;border-top: 1px solid #e6e2e2; text-align:center; line-height: 54px;background: #f8f8f8;text-decoration: none;font-size: 14px;color: #666;font-weight: normal;}
.headerNav li .xial a:first-child{border-top: none;}
.headerNav li .xial a:hover{background: #fff;color: #fc6b00;font-weight: bold;}
.headerNav li:hover .xial{display: block;}


/* headerSideNav */
.headerSideNav{width: 100%;background: #fc6b00;height: 84px;z-index: 99999;position: fixed;top:-84px;left: 0;}
.headerSideNav .headerSide-logo{width: 111px;height: 63px;float: left;margin-top: 10px;}
.headerSideNav .headerSide-logo img{display: block;width: 111px;height: 63px;}
.headerSideNav .headerSideNav-menu{float: left;margin-left: 30px;padding-top: 25px;font-size: 16px;font-weight: 300;}
.headerSideNav .headerSideNav-menu>li{float: left;position: relative;margin-left: 25px;height: 32px;line-height: 32px;}
.headerSideNav .headerSideNav-menu>li:first-child{margin-left: 0;}
.headerSideNav .headerSideNav-menu>li>a{color: #fff;text-decoration: none;}
.headerSideNav .headerSideNav-menu>li.cur{border-bottom: solid #fff;}
.headerSideNav .headerSideNav-menu>li:hover{border-bottom: solid #fff;}
.headerSideNav .headerSideNav-menu>li .ejxial{width: 140px;position: absolute;left: 50%;margin-left: -70px;border-radius: 4px;top: 32px;display: none;background: none;}
.headerSideNav .headerSideNav-menu>li .ejxial .box{background: #fff;border: 1px solid #eaeaea;border-radius: 4px;}
.headerSideNav .headerSideNav-menu>li .ejxial i{display: block;width: 20px;height: 11px;margin: 0 auto;}
.headerSideNav .headerSideNav-menu>li .ejxial i img{display: block;width: 20px;height: 11px;}
.headerSideNav .headerSideNav-menu>li .ejxial .box a{display: block;height:48px;border-top: 1px solid #e6e2e2;line-height: 48px;background: #f8f8f8;text-decoration: none;font-size: 14px;color: #666;font-weight: normal;text-align: center;}
.headerSideNav .headerSideNav-menu>li .ejxial .box a:first-child{border-top: none;}
.headerSideNav .headerSideNav-menu>li .ejxial .box a:hover{background: #fff;color: #fc6b00;font-weight: bold;}
.headerSideNav .phone{float: right;font-size:28px;font-family:"Impact","Microsoft Yahei";padding-left:30px;height:40px;line-height:40px;margin-top: 20px;background: url(headerSideNav_phone.png) no-repeat left center;}
.headerSideNav .phone p{color: #fff;}

/* footer */
.footer{width: 100%;}
.footerTop{width: 100%;border-top: 1px solid #e0e0e0;padding-top: 28px;height: 90px; background:#fff;}
.footerTop dl{width: 192px;float: left;margin-left: 35px;}
.footerTop dl:first-child{margin-left: 0;}
.footerTop dt{width: 51px;height: 49px;line-height: 49px;text-align: center;font-size: 30px;color: #fff;float: left;background: url(footerBg01.png) no-repeat center;margin-top: 6px;}
.footerTop dd{width: 134px;float: right;}
.footerTop dd h3{font-size: 16px;color: #fc6b00;font-weight: bold;}
.footerTop dd p{line-height: 20px;font-size: 14px;color: #666666;margin-top: 4px;}


.footerCenter{width: 100%;background: #000000;padding-top:50px;}
.footerCenter .conBox{padding-bottom: 30px;}
.footerCenter .conBox dl{float: left;}
.footerCenter .conBox dt{margin-bottom: 24px;}
.footerCenter .conBox dt h3{font-size: 16px;color: #ffffff;font-weight: normal;}
.footerCenter .conBox dt h3 a{color: #fff;text-decoration: none;}
.footerCenter .conBox dt p{display: block;font-size: 12px;color: #666666;font-family: arial;margin-top: 5px;word-spacing: 2px;}
.footerCenter .conBox dd a{font-size: 14px;color: #999999;display: block;margin-bottom: 14px;}
.footerCenter .conBox dl:first-child{border-left: none;}
.footerCenter .conBox dl.dl1{width: 150px;}
.footerCenter .conBox dl.dl2{width: 184px;}
.footerCenter .conBox dl.dl3{width: 178px;}
.footerCenter .conBox dl.dl4{width: 128px;}
.lodwebsite{width: 100px;position: absolute;right: 0;top: 155px;font-size:14px;color: #fc6b00;}
.footerCenter .conBox .box1{float: left;width: 110px;text-align: center;margin-left: 58px;position: relative;}
.footerCenter .conBox .box1 img{display: block;margin: 0 auto;}
.footerCenter .conBox .box1 p{font-size: 12px;color: #999999;margin-top: 12px;}
.footerCenter .conBox .box2{float: right;}
.footerCenter .conBox .box2 p{font-size: 24px;color: #fc6b00;font-family: arial;}
.footerCenter .conBox .box2 span{display: block;font-size: 14px;color: #777777;margin-top: 4px;}
.footerCenter .conBox .box2 a{display: block;width: 148px;height: 44px;line-height: 44px;text-indent: 54px;font-size: 14px;color: #fc6b00;font-weight: bold;text-decoration: none;background: url(footer_icon01.png) no-repeat 20px center;border: 1px solid #fc6b00;border-radius: 3px;margin-top: 32px;}
.footerCenter .link{width: 100%;height: 40px;padding-top: 20px; display:none; border-top: 1px solid #2d2c2c;}
.footerCenter .link dt{float: left;width: 68px;font-size: 14px;color: #fc6b00;font-weight: bold;}
.footerCenter .link dt a{color: #fc6b00;}
.footerCenter .link dd{float: left;width: 1000px;overflow: hidden;padding-top: 1px;}
.footerCenter .link dd a{display: block;margin: 0 15px;font-size: 14px;color: #666;float: left;}

.footerBottom{width: 100%;background: #b2b2b2;padding-top: 28px;padding-bottom: 26px;}
.footerBottom dt{float: left;margin-left: 97px;padding-top: 20px;width: 139px;height: 78px;}
.footerBottom dt img{display: block;}
.footerBottom dd{margin-left: 59px;overflow: hidden;float: left;width: 800px;margin-top: 21px;}
.footerBottom dd p{font-size: 13px;color: #333333;float: left;margin-bottom: 12px;width: 400px;}
.footerBottom dd p a{color: #333333;}


/* -- 弹出窗口 -- */
#mesbook1_c, #mesbook1{display:none;z-index:1001;width:398px;border:1px solid #ccc;background:#fff; padding-bottom:20px;}
#mesbook1_c div, #mesbook1 div{ border:1px solid #E4E3E3; background:#EBECEB;height:18px; padding:4px .5em 0; margin-bottom:10px;}
#mesbook1_c dl.b1, #mesbook1 dl.b1 { width:370px; margin:0 auto;}
#mesbook1_c dl.b1 dt, #mesbook1 dl.b1 dt { float:left; width:105px; overflow:hidden; }
#mesbook1_c dl.b1 dd, #mesbook1 dl.b1 dd { width:265px; float:right;}
#mesbook1_c #mesbook1_cBtns, #mesbook1 #mesbook1Btns{padding-bottom:10px;}
#mesbook1_c #mesbook1_cBtns input, #mesbook1 #mesbook1Btns input {margin-right:20px;}
.b15{background: url(SkinsVIBtn.png) no-repeat; border:0; cursor: pointer; overflow:hidden; }
.b15 { background-position:-79px -650px; width:60px; height:24px; line-height:24px; color:#fff; font-size:14px; font-weight:bold; }
/*处理中动画占全屏*/
#oran_div_processing{width:300px;padding:20px;z-index:9999;text-align:center;background:#fffeef;border:solid 1px #b8ab04;}

.retop ul{ overflow:hidden;}
.retop li{ float:left; margin-left:10px;}
.retop li img{ display:block;}
.rtTop{ width:43px; height:43px; z-index: 999; overflow:hidden; position:fixed; top:70%; right:51%; margin-right:-675px; cursor:pointer;  display:none;}
.rtTop h4{ width:43px; height:43px; overflow:hidden; position:relative;}
.rtTop img{ display:block; position:absolute; top:0; left:0;}

/* InpagePaging */
.InpagePaging{width: 100%;margin-top: 20px;text-align: center;}
.InpagePaging .previousBtn{display: inline-block; font-size:0; background: url(pagingPrevBtn.png) no-repeat;width: 8px;height: 16px;*display: inline-block;overflow: hidden;position: relative;top: -4px;}
.InpagePaging .previousBtn:hover{background: url(pagingPrevBtn.png) no-repeat left -16px;}

.InpagePaging .ulqiehuan{margin-left: 9px;display: inline-block;*display: inline;}
.InpagePaging .ulqiehuan a{width: 25px;height: 25px;line-height:25px;text-align: center;font-size: 14px; font-family: arial;float: left;margin-left: 0px;margin-left: 4px;color: #666666;text-decoration: none;display: block;}
.InpagePaging .nextBtn{display: inline-block;font-size:0;background: url(pagingNextBtn.png) no-repeat;width: 8px;height: 16px;margin-left:9px;*display: inline-block;overflow: hidden;position: relative;top: -4px;}
.InpagePaging .nextBtn:hover{background: url(pagingNextBtn.png) no-repeat left -16px;}

.InpagePaging .ulqiehuan a:hover,.InpagePaging .ulqiehuan a.cur{background: url(paging_y.png) no-repeat center;}
.InpagePaging .ulqiehuan a:hover,.InpagePaging .ulqiehuan a.cur{color: #fff;}
.InpagePaging .ulqiehuan a:first-child{margin-left: 0;}

.InpagePaging img{display: block;position: relative;}
.InpagePaging .pagingPrev:hover img{top: -16px;}
.InpagePaging .pagingNext:hover img{top: -16px;}


/*右侧浮动*/
.float{ position:fixed; top:42%; right:0; margin-top:-176px; z-index:2000; width:48px; height:250px;}
/*.float_show{ background:url(float_yy.png) repeat; width:48px; height:48px;}*/
.float_show a{ background-color:#131313;display:block; color:#FFF; font-size:16px; width:auto; height:48px; /*overflow:hidden;*/text-decoration: none;}
.float_show a img{ vertical-align:middle;}
.float_show.float_show0{ display:none!important; background:url(float_cur.png) no-repeat top; padding-top:6px; height:48px;}
.float_show.float_show0 a{display:none!important; background:url(float_icon1.png) no-repeat; width:48px; height:48px;}
.float_show:hover a{ background-color:#fc6b00; line-height:48px; color:#FFF;}
.float_show.float_show0:hover{ background:url(float_curho.png) no-repeat top;}
.float_show.float_show0:hover a{ background:url(float_icon_ho1.png) no-repeat;}
.float_wx{ display:none; position:absolute; top:-128px; left:-188px; background:url(float_wxbd.png) no-repeat; width:144px; height:168px; padding:18px 27px 0 17px;}
.float_show.float_show1{ position:absolute; top:55px; right:-124px; width:194px;}
.float_show.float_show2{ position:absolute; top:104px; right:-172px; width:247px;}
.float_show.float_show3{ position:absolute; top:153px; right:-78px; width:126px;}
.float_show.float_show4{ position:absolute; top:202px; right:-78px; width:126px;}


.qcode{
    top: 0px;
    left: -104px;
display: none;
	}
/*.qcode img{ width:120px ! important ; height:120px ! important ;}*/


#divOranIm{/* display:none!important;*/}